type internal/runtime/maps.ctrlGroup
17 uses
internal/runtime/maps (current package)
group.go#L126: type ctrlGroup uint64
group.go#L129: func (g *ctrlGroup) get(i uintptr) ctrl {
group.go#L137: func (g *ctrlGroup) set(i uintptr, c ctrl) {
group.go#L146: func (g *ctrlGroup) setEmpty() {
group.go#L147: *g = ctrlGroup(bitsetEmpty)
group.go#L152: func (g ctrlGroup) matchH2(h uintptr) bitset {
group.go#L160: func ctrlGroupMatchH2(g ctrlGroup, h uintptr) bitset {
group.go#L174: func (g ctrlGroup) matchEmpty() bitset {
group.go#L182: func ctrlGroupMatchEmpty(g ctrlGroup) bitset {
group.go#L195: func (g ctrlGroup) matchEmptyOrDeleted() bitset {
group.go#L203: func ctrlGroupMatchEmptyOrDeleted(g ctrlGroup) bitset {
group.go#L214: func (g ctrlGroup) matchFull() bitset {
group.go#L219: func (g ctrlGroup) anyFull() bool {
group.go#L228: func ctrlGroupMatchFull(g ctrlGroup) bitset {
group.go#L260: ctrlGroupsSize = unsafe.Sizeof(ctrlGroup(0))
group.go#L284: func (g *groupReference) ctrls() *ctrlGroup {
group.go#L285: return (*ctrlGroup)(g.data)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |